home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8605 / 8605.xpi / chrome / skin / default / about.css next >
Cascading Style Sheet File  |  2008-10-15  |  244b  |  24 lines

  1. rows
  2. {
  3.     background: url(images/bkg.gif) repeat-x left top;
  4.     color: white;
  5. }
  6.  
  7. #logo
  8. {
  9.     cursor: pointer;
  10. }
  11.  
  12. #name
  13. {
  14.     font-weight: bold;
  15.     font-size: 16px;
  16.     margin-bottom: 20px;
  17. }
  18.  
  19. #url
  20. {
  21.     color: lime;
  22.     font-weight: bold;
  23. }
  24.